type reflect.fieldScan

4 uses

	reflect (current package)
		type.go#L1018: type fieldScan struct {
		type.go#L1034: 	current := []fieldScan{}
		type.go#L1035: 	next := []fieldScan{{typ: t}}
		type.go#L1119: 				next = append(next, fieldScan{styp, index})